DomainObjects Class Library

TransactableObject.Manage Method 

Enables DomainObjects to manage the persistence- relevant state of this object. This method must be called immediately after constructing an EditableObject so that DomainObjects can manage modifications to the instance; a client must not hold a direct reference to an EditableObject.

public TransactableObjectType <TransactableObjectType>Manage(); where TransactableObjectType: TransactableObject

Return Value

A proxied reference to this instance that DomainObjects can manage.

See Also

TransactableObject Class | DomainObjects.Facade.Domain Namespace